From: Juri Linkov Date: Thu, 2 Jul 2009 22:48:18 +0000 (+0000) Subject: (esc-map): Bind "&" to `async-shell-command'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~8141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f2d8b35abdf7a497caec62fba953ac97e646d30;p=emacs.git (esc-map): Bind "&" to `async-shell-command'. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 5cd08722060..c4c1c78674d 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -756,6 +756,7 @@ language you are using." (define-key esc-map "!" 'shell-command) (define-key esc-map "|" 'shell-command-on-region) +(define-key esc-map "&" 'async-shell-command) (define-key ctl-x-map [right] 'next-buffer) (define-key ctl-x-map [C-right] 'next-buffer)